home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / ss / cdspec / ss.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  270 b   |  10 lines

  1. on mouseDown
  2.   global slideCounter, numerocapitoli
  3.   set slideCounter to slideCounter - 1
  4.   hideObject(getAt(menuList, 1))
  5.   hideRight(getAt(menuList, 1))
  6.   placebuttons("modulo.pct", 13, numerocapitoli, 15, 110, 0, 32)
  7.   aligntextonbuttons(7, 105, 32, 30)
  8.   go(22)
  9. end
  10.